home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / odi210.zip / INSTALL.DOC < prev    next >
Text File  |  1991-10-09  |  5KB  |  184 lines

  1.  
  2.                       NOVELL DOS ODI DRIVER FOR
  3.                       "PLUS" FAMILY LAN ADAPTER 
  4.  
  5.                       INSTALLING DOS ODI DRIVER
  6.                       -------------------------
  7.  
  8.  
  9. INSTALLATION PROCEDURE:
  10.  
  11.    1)     Refer to Novell DOS ODI installation menu.
  12.  
  13.    2)    Copy the NET.CFG file to the directory where 
  14.           the ODI driver resides.
  15.  
  16.     Note:     There is no need to use the NET.CFG file
  17.         if the EtherCard PLUS adapter is an 
  18.         AT adapter configured for the default 
  19.         settings (Base I/O Address = 280, Interrupt
  20.         IRQ = 3, RAM Base Address = D000).
  21.  
  22.     If a NET.CFG file already exists on the directory, 
  23.     follow these steps to update that file:
  24.  
  25.          a)  Copy the new NET.CFG file to the appropriate
  26.         directory making sure to assign the new NET.CFG 
  27.         file a different name.  For example:
  28.  
  29.         copy a:net.cfg c:\odi\newnet.cfg
  30.  
  31.     b)  Append the contents of the new NET.CFG to the
  32.         end of the existing NET.CFG file using this DOS 
  33.         command:
  34.  
  35.          append [existing NET.CFG];[new NET.CFG]
  36.  
  37.         where both the existing and new configuration 
  38.         files must include the current path designations.
  39.  
  40.              For example:
  41.  
  42.             append c:\odi\net.cfg;c:\odi\newnet.cfg
  43.  
  44.     This file is used to configure the entire system, 
  45.     not just the driver.
  46.  
  47.  
  48. USING NET.CFG
  49.  
  50.    1)     There is no need to use or edit the NET.CFG file 
  51.     if the EtherCard PLUS adapter is an AT adapter
  52.         configured with the following default settings:
  53.  
  54.         Base I/O Address: 280
  55.         Interrupt IRQ:    3 
  56.         RAM Base Address: D000.
  57.  
  58.    2)     If the adapter being used is software-configurable,
  59.         then only the Base I/O Address must be specified, 
  60.     unless it is 280.
  61.  
  62.    3)     If the address specifies 280, change the Base I/O 
  63.     Address using the line in NET.CFG which reads
  64.  
  65.                 Port #1 280 20
  66.  
  67.         and change 280 to the appropriate Base I/O Address
  68.  
  69.   4)     To change the Interrupt IRQ, use the line in NET.CFG which 
  70.     reads
  71.  
  72.                 Int #1 3
  73.  
  74.         and change '3' to the appropriate Interrupt IRQ
  75.  
  76.   5)     To change the RAM Base Address, use the line in
  77.         NET.CFG which reads
  78.     
  79.                 Mem #1 000D0000 2000/10
  80.  
  81.         and change 'D0000' to the appropriate RAM Base
  82.         Address.
  83.  
  84.         For example:
  85.  
  86.         Mem #1 000C8000 2000/10
  87.  
  88.         will cause the driver to use C8000 as the RAM 
  89.     Base Address.
  90.  
  91.   6)     When using NET.CFG with Micro Channel machines, use 
  92.     the PS/2 Slot entry.  Find the line which reads
  93.  
  94.                 PS/2 Slot ?
  95.  
  96.         and change the '?' to the desired slot number.
  97.  
  98.         Note:    The '#' in the first column of the NET.CFG file
  99.                 denotes an ignored line. Remove this symbol from
  100.                 all used lines and insert them into all unused 
  101.         lines, or delete unused lines altogether.
  102.  
  103.   7)     To change the protocol name, use the line in NET.CFG
  104.     which reads
  105.  
  106.                 Protocol <name> ID <frame type>
  107.  
  108.     where <name> is the protocol name, ID is the protocol
  109.     ID number, and <frame type> is the frame type being 
  110.     used for the protocol.
  111.  
  112.     For example, 
  113.  
  114.         Protocol IPX 8137 Ethernet_II
  115.  
  116.     indicates that the protocol name is being changed to IPX -
  117.     designated protocol ID 8137 - within the Ethernet II frame 
  118.     type.
  119.  
  120.  8)     To reassign the link-level frame type, use the line in
  121.         NET.CFG which reads either
  122.  
  123.                  Frame <name>   
  124.  
  125.          or
  126.  
  127.                  Envelope Type <name>
  128.  
  129.         For example, if you type this line,
  130.  
  131.               Frame ETHERNET_802.2
  132.          
  133.     The frame type is reassigned as Ethernet 802.2. The default
  134.     frame type is ETHERNET_802.3.
  135.  
  136.  
  137. ERROR MESSAGES
  138.  
  139. Here is the list of error messages the driver may display:
  140.  
  141.  
  142.     "Unknown Board ID"
  143.     The driver does not recognize the type of adapter installed.
  144.  
  145.     "Selected IRQ value is invalid for this adapter"
  146.     The IRQ value either read from software-configurable
  147.     adapter or specified in NET.CFG file is not one of the IRQ
  148.     supported by the adapter.
  149.  
  150.     "Selected I/O base address is out of range"
  151.     The I/O base address specified in the NET.CFG file for the
  152.     AT-bus adapter is out of range.
  153.  
  154.     "Memory base address is invalid for this adapter"
  155.     The memory base address is not usable for the configuration
  156.     or the adapter installed.
  157.  
  158.     "Can not find Micro Channel adapter"
  159.     The program could not find a micro-channel adapter in the 
  160.     machine.
  161.  
  162.     "Can not find an adapter at the specified configuration"
  163.     The program could not find the adapter at the I/O base 
  164.     address specified in the NET.CFG for AT-bus adapter.
  165.  
  166.     "Incorrect setting in the NET.CFG file"
  167.     The program either could not find a micro-channel adapter, 
  168.     or could not find a AT-bus adapter in the default configuration
  169.     because there was no configuration specified in the NET.CFG file.
  170.  
  171.     "No PS/2 Slot specified, search for the first one"
  172.     The program is searching for a micro-channel adapter since none 
  173.     was specified in the NET.CFG file.
  174.  
  175.     "Hardware failure during card initialize"
  176.     The adapter did not pass the initialization process.
  177.  
  178.  
  179. EtherCard PLUS is a trademark of Standard Microsystems Corporation.
  180. Other trademarks mentioned herein belong to their respective companies.
  181.  
  182. COPYRIGHT (c) 1991 Standard Microsystems Corporation
  183. All rights reserved
  184.